home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Partition Logic 0.61 / partlogic-0.61.iso / programs / helpfiles / ldd.txt < prev    next >
Text File  |  2006-01-31  |  466b  |  15 lines

  1.  
  2.  -- ldd --
  3.  
  4. Show information about a dynamic library file.
  5.  
  6. Usage:
  7.   ldd <file1> [file2] [...]
  8.  
  9. This command is useful to software developers.  For each name listed after
  10. the command, representing a shared library file (usually ending with a .so
  11. extension), ldd will print a catalogue of information about the contents
  12. of the library.  Data symbols, functions, sections, and other items are
  13. shown, along with their bindings (such as 'local', 'global', or 'weak').
  14.  
  15.